home *** CD-ROM | disk | FTP | other *** search
/ Clickx 31 / Clickx 31.iso / assets / software / MyServer-win32-0.8.2.exe / web / documentation / texts / htmlfiles.htm < prev    next >
Encoding:
Extensible Markup Language  |  2005-06-22  |  1.7 KB  |  46 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <title>MyServer Documentation - HTML - www.myserverproject.net</title>
  7. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  8. <meta http-equiv="Content-Style-Type" content="text/css" />
  9. <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
  10. </head>
  11. <body>
  12. <table class="center" width="95%">
  13. <tr>
  14. <td class="center">
  15. <h1 class="title">HTML FILES</h1>
  16. <br />
  17. HTML is used to write static web pages, and is used in conjunction with
  18. other languages to create dynamic pages. Anyone can create HTML
  19. (Hypertext Markup Language) files that can be viewed through MyServer.<br />
  20. <br />
  21. <br />
  22. The easiest way to create HTML files is to use a word processor such as
  23. <a href="http://www.openoffice.org" target="_blank">Open Office </a>
  24. or <a href="http://www.microsoft.com" target="_blank">Microsoft Word</a>
  25. and
  26. save the file with the <span class="code">.html</span>
  27. extension.  You can also create HTML files by writing the code in
  28. a text editor such as notepad or GNU Emacs.<br />
  29. <br />
  30. <br />
  31. The default place to save HTML files is in the<span class="code">
  32. web</span> directory.<br />
  33. <br />
  34.       <div class="center"><img src="../images/myfiles.png" title="The default web folder" alt="Web folder" width="468" height="260" /><br />
  35. </div>
  36. <div class="center">The default "web" directory is selected.<br />
  37. </div>
  38. <br />
  39. <br />
  40. You can define another directory by configuring the <a href="virtualhosts.html">virtual hosts</a>.
  41. </td>
  42. </tr>
  43. </table>
  44. </body>
  45. </html>
  46.